﻿2026-07-22T18:58:52.7500723Z ##[group]Run set -euo pipefail
2026-07-22T18:58:52.7501043Z [36;1mset -euo pipefail[0m
2026-07-22T18:58:52.7501263Z [36;1mPIN=0c95435[0m
2026-07-22T18:58:52.7501468Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-22T18:58:52.7501735Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-22T18:58:52.7502073Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-22T18:58:52.7502478Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-22T18:58:52.7502898Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-22T18:58:52.7503231Z [36;1m  rm -rf "$CACHE"[0m
2026-07-22T18:58:52.7503458Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-22T18:58:52.7503787Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-22T18:58:52.7504102Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-22T18:58:52.7504435Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-22T18:58:52.7504711Z [36;1mfi[0m
2026-07-22T18:58:52.7504989Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-22T18:58:52.7518421Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-22T18:58:52.7518741Z env:
2026-07-22T18:58:52.7519107Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T18:58:52.7519324Z ##[endgroup]
2026-07-22T18:58:53.0382206Z    Compiling proc-macro2 v1.0.106
2026-07-22T18:58:53.0382811Z    Compiling unicode-ident v1.0.24
2026-07-22T18:58:53.0383392Z    Compiling quote v1.0.45
2026-07-22T18:58:53.0383890Z    Compiling libc v0.2.186
2026-07-22T18:58:53.0384190Z    Compiling serde_core v1.0.228
2026-07-22T18:58:53.0384472Z    Compiling cfg-if v1.0.4
2026-07-22T18:58:53.0427600Z    Compiling serde v1.0.228
2026-07-22T18:58:53.0440836Z    Compiling log v0.4.32
2026-07-22T18:58:53.0482809Z    Compiling pin-project-lite v0.2.17
2026-07-22T18:58:53.0483579Z    Compiling portable-atomic v1.13.1
2026-07-22T18:58:53.0484146Z    Compiling typenum v1.20.1
2026-07-22T18:58:53.0560150Z    Compiling version_check v0.9.5
2026-07-22T18:58:53.0561114Z    Compiling memchr v2.8.1
2026-07-22T18:58:53.0719286Z    Compiling shlex v2.0.1
2026-07-22T18:58:53.0769570Z    Compiling find-msvc-tools v0.1.9
2026-07-22T18:58:53.1087958Z    Compiling critical-section v1.2.0
2026-07-22T18:58:53.1327456Z    Compiling bytes v1.11.1
2026-07-22T18:58:53.1541479Z    Compiling subtle v2.6.1
2026-07-22T18:58:53.2030596Z    Compiling futures-core v0.3.32
2026-07-22T18:58:53.3305201Z    Compiling equivalent v1.0.2
2026-07-22T18:58:53.3417058Z    Compiling smallvec v1.15.1
2026-07-22T18:58:53.3636901Z    Compiling itoa v1.0.18
2026-07-22T18:58:53.3769590Z    Compiling semver v1.0.28
2026-07-22T18:58:53.3771516Z    Compiling stable_deref_trait v1.2.1
2026-07-22T18:58:53.3911626Z    Compiling slab v0.4.12
2026-07-22T18:58:53.4162595Z    Compiling futures-sink v0.3.32
2026-07-22T18:58:53.4181270Z    Compiling futures-io v0.3.32
2026-07-22T18:58:53.4426832Z    Compiling futures-task v0.3.32
2026-07-22T18:58:53.4683029Z    Compiling generic-array v0.14.7
2026-07-22T18:58:53.5110711Z    Compiling futures-channel v0.3.32
2026-07-22T18:58:53.5710880Z    Compiling rand_core v0.10.1
2026-07-22T18:58:53.5924226Z    Compiling hashbrown v0.17.1
2026-07-22T18:58:53.6088288Z    Compiling bitflags v2.12.1
2026-07-22T18:58:53.6247851Z    Compiling rustversion v1.0.22
2026-07-22T18:58:53.6409658Z    Compiling cpufeatures v0.2.17
2026-07-22T18:58:53.6528904Z    Compiling getrandom v0.4.2
2026-07-22T18:58:53.7040568Z    Compiling fnv v1.0.7
2026-07-22T18:58:53.7211558Z    Compiling strsim v0.11.1
2026-07-22T18:58:53.7410937Z    Compiling rustc_version v0.4.1
2026-07-22T18:58:53.7900705Z    Compiling cfg_aliases v0.2.1
2026-07-22T18:58:53.8290497Z    Compiling litemap v0.8.2
2026-07-22T18:58:53.8420653Z    Compiling writeable v0.6.3
2026-07-22T18:58:53.8700642Z    Compiling ident_case v1.0.1
2026-07-22T18:58:53.8805939Z    Compiling icu_normalizer_data v2.2.0
2026-07-22T18:58:53.9480613Z    Compiling utf8_iter v1.0.4
2026-07-22T18:58:53.9730346Z    Compiling dunce v1.0.5
2026-07-22T18:58:54.0589463Z    Compiling icu_properties_data v2.2.0
2026-07-22T18:58:54.0745375Z    Compiling fs_extra v1.3.0
2026-07-22T18:58:54.0898046Z    Compiling percent-encoding v2.3.2
2026-07-22T18:58:54.1040406Z    Compiling autocfg v1.5.1
2026-07-22T18:58:54.1210734Z    Compiling http v1.4.1
2026-07-22T18:58:54.1864385Z    Compiling cpufeatures v0.3.0
2026-07-22T18:58:54.2700255Z    Compiling unicode-segmentation v1.13.3
2026-07-22T18:58:54.3040562Z    Compiling thiserror v2.0.18
2026-07-22T18:58:54.3190547Z    Compiling aws-lc-rs v1.17.0
2026-07-22T18:58:54.3880178Z    Compiling indexmap v2.14.0
2026-07-22T18:58:54.3975359Z    Compiling scopeguard v1.2.0
2026-07-22T18:58:54.4180657Z    Compiling syn v2.0.117
2026-07-22T18:58:54.4400651Z    Compiling form_urlencoded v1.2.2
2026-07-22T18:58:54.4488505Z    Compiling chacha20 v0.10.0
2026-07-22T18:58:54.4700866Z    Compiling lock_api v0.4.14
2026-07-22T18:58:54.4930787Z    Compiling untrusted v0.9.0
2026-07-22T18:58:54.5548512Z    Compiling rustls v0.23.40
2026-07-22T18:58:54.5917480Z    Compiling heck v0.5.0
2026-07-22T18:58:54.6150841Z    Compiling unicode-xid v0.2.6
2026-07-22T18:58:54.6190258Z    Compiling const-oid v0.10.2
2026-07-22T18:58:54.7229713Z    Compiling atomic-waker v1.1.2
2026-07-22T18:58:54.7370689Z    Compiling anyhow v1.0.102
2026-07-22T18:58:54.7397428Z    Compiling paste v1.0.15
2026-07-22T18:58:54.7731440Z    Compiling convert_case v0.10.0
2026-07-22T18:58:54.8016826Z    Compiling httparse v1.10.1
2026-07-22T18:58:54.8330564Z    Compiling zerocopy v0.8.50
2026-07-22T18:58:54.8355573Z    Compiling parking_lot_core v0.9.12
2026-07-22T18:58:54.8730802Z    Compiling num-traits v0.2.19
2026-07-22T18:58:54.8830932Z    Compiling hybrid-array v0.4.12
2026-07-22T18:58:54.8850379Z    Compiling curve25519-dalek v4.1.3
2026-07-22T18:58:55.0431728Z    Compiling ahash v0.8.12
2026-07-22T18:58:55.0570861Z    Compiling either v1.16.0
2026-07-22T18:58:55.0680620Z    Compiling powerfmt v0.2.0
2026-07-22T18:58:55.0819496Z    Compiling fastrand v2.4.1
2026-07-22T18:58:55.1490496Z    Compiling jobserver v0.1.34
2026-07-22T18:58:55.1841279Z    Compiling http-body v1.0.1
2026-07-22T18:58:55.2500460Z    Compiling base64ct v1.8.3
2026-07-22T18:58:55.3170639Z    Compiling deranged v0.5.8
2026-07-22T18:58:55.3950941Z    Compiling zmij v1.0.21
2026-07-22T18:58:55.4338672Z    Compiling cc v1.2.63
2026-07-22T18:58:55.5030855Z    Compiling crypto-common v0.1.7
2026-07-22T18:58:55.5160301Z    Compiling block-buffer v0.10.4
2026-07-22T18:58:55.5811035Z    Compiling pem-rfc7468 v1.0.0
2026-07-22T18:58:55.5961768Z    Compiling tinyvec_macros v0.1.1
2026-07-22T18:58:55.6100563Z    Compiling pkg-config v0.3.33
2026-07-22T18:58:55.6360717Z    Compiling mio v1.2.1
2026-07-22T18:58:55.6480340Z    Compiling socket2 v0.6.4
2026-07-22T18:58:55.6601141Z    Compiling getrandom v0.2.17
2026-07-22T18:58:55.6933408Z    Compiling digest v0.10.7
2026-07-22T18:58:55.7670871Z    Compiling tower-service v0.3.3
2026-07-22T18:58:55.8650582Z    Compiling rand_core v0.6.4
2026-07-22T18:58:55.8830721Z    Compiling data-encoding v2.11.0
2026-07-22T18:58:55.8990396Z    Compiling time-core v0.1.8
2026-07-22T18:58:55.9318740Z    Compiling rand v0.10.1
2026-07-22T18:58:55.9351303Z    Compiling uuid v1.23.2
2026-07-22T18:58:56.0011024Z    Compiling base64 v0.22.1
2026-07-22T18:58:56.0554264Z    Compiling vcpkg v0.2.15
2026-07-22T18:58:56.0735490Z    Compiling try-lock v0.2.5
2026-07-22T18:58:56.0843581Z    Compiling num-conv v0.2.2
2026-07-22T18:58:56.1660410Z    Compiling parking_lot v0.12.5
2026-07-22T18:58:56.1965016Z    Compiling want v0.3.1
2026-07-22T18:58:56.2520628Z    Compiling sha2 v0.10.9
2026-07-22T18:58:56.4200705Z    Compiling tinyvec v1.11.0
2026-07-22T18:58:56.4400002Z    Compiling crypto-common v0.2.2
2026-07-22T18:58:56.4729334Z    Compiling block-buffer v0.12.0
2026-07-22T18:58:56.5340597Z    Compiling inout v0.1.4
2026-07-22T18:58:56.5520312Z    Compiling vergen-lib v9.1.0
2026-07-22T18:58:56.6285973Z    Compiling n0-future v0.3.2
2026-07-22T18:58:56.6770460Z    Compiling signature v2.2.0
2026-07-22T18:58:56.7510890Z    Compiling cmake v0.1.58
2026-07-22T18:58:56.7610611Z    Compiling crossbeam-utils v0.8.21
2026-07-22T18:58:56.8441229Z    Compiling parking v2.2.1
2026-07-22T18:58:56.8587584Z    Compiling diatomic-waker v0.2.3
2026-07-22T18:58:56.8691583Z    Compiling spin v0.10.0
2026-07-22T18:58:56.8830943Z    Compiling httpdate v1.0.3
2026-07-22T18:58:56.8990401Z    Compiling cordyceps v0.3.4
2026-07-22T18:58:56.9541021Z    Compiling serde_json v1.0.150
2026-07-22T18:58:56.9810913Z    Compiling winnow v1.0.3
2026-07-22T18:58:57.0210572Z    Compiling futures-lite v2.6.1
2026-07-22T18:58:57.0321841Z    Compiling ed25519 v2.2.3
2026-07-22T18:58:57.0666967Z    Compiling cipher v0.4.4
2026-07-22T18:58:57.1228181Z    Compiling netlink-packet-core v0.8.1
2026-07-22T18:58:57.1745094Z    Compiling universal-hash v0.5.1
2026-07-22T18:58:57.2494467Z    Compiling futures-buffered v0.2.13
2026-07-22T18:58:57.2658707Z    Compiling vergen-lib v0.1.6
2026-07-22T18:58:57.2795862Z    Compiling vergen v9.1.0
2026-07-22T18:58:57.2821145Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-22T18:58:57.3210655Z    Compiling heapless v0.7.17
2026-07-22T18:58:57.3310727Z    Compiling noq-udp v0.10.0
2026-07-22T18:58:57.3750987Z    Compiling sync_wrapper v1.0.2
2026-07-22T18:58:57.4740584Z    Compiling byteorder v1.5.0
2026-07-22T18:58:57.4912127Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-22T18:58:57.5281914Z    Compiling allocator-api2 v0.2.21
2026-07-22T18:58:57.5541451Z    Compiling opaque-debug v0.3.1
2026-07-22T18:58:57.5880538Z    Compiling digest v0.11.3
2026-07-22T18:58:57.6070983Z    Compiling polyval v0.6.2
2026-07-22T18:58:57.6819833Z    Compiling hash32 v0.2.1
2026-07-22T18:58:57.7330890Z    Compiling vergen-gitcl v1.0.8
2026-07-22T18:58:57.7701171Z    Compiling spin v0.9.8
2026-07-22T18:58:57.7801467Z    Compiling signature v3.0.0
2026-07-22T18:58:57.7820658Z    Compiling fallible-iterator v0.3.0
2026-07-22T18:58:57.8521074Z    Compiling aws-lc-sys v0.41.0
2026-07-22T18:58:57.8972460Z    Compiling ring v0.17.14
2026-07-22T18:58:57.9068681Z    Compiling libsqlite3-sys v0.30.1
2026-07-22T18:58:57.9130509Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-22T18:58:57.9230469Z    Compiling num_threads v0.1.7
2026-07-22T18:58:57.9660608Z    Compiling tower-layer v0.3.3
2026-07-22T18:58:58.0621348Z    Compiling ryu v1.0.23
2026-07-22T18:58:58.0716623Z    Compiling time v0.3.47
2026-07-22T18:58:58.1000878Z    Compiling ghash v0.5.1
2026-07-22T18:58:58.1400642Z    Compiling sha2 v0.11.0-rc.5
2026-07-22T18:58:58.2574271Z    Compiling aes v0.8.4
2026-07-22T18:58:58.2711760Z    Compiling ctr v0.9.2
2026-07-22T18:58:58.3282984Z    Compiling fs2 v0.4.3
2026-07-22T18:58:58.3741516Z    Compiling aead v0.5.2
2026-07-22T18:58:58.4339746Z    Compiling http-body-util v0.1.3
2026-07-22T18:58:58.4650700Z    Compiling arrayvec v0.7.6
2026-07-22T18:58:58.5384079Z    Compiling openssl-probe v0.2.1
2026-07-22T18:58:58.5398920Z    Compiling utf8parse v0.2.2
2026-07-22T18:58:58.6179913Z    Compiling crossbeam-epoch v0.9.18
2026-07-22T18:58:58.6360440Z    Compiling crossbeam-channel v0.5.15
2026-07-22T18:58:58.7030533Z    Compiling blake3 v1.8.5
2026-07-22T18:58:58.7510539Z    Compiling netlink-packet-route v0.29.0
2026-07-22T18:58:58.7580240Z    Compiling memoffset v0.6.5
2026-07-22T18:58:58.9971086Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-22T18:58:59.0366227Z    Compiling aes-gcm v0.10.3
2026-07-22T18:58:59.0380298Z    Compiling acto v0.8.2
2026-07-22T18:58:59.0520563Z    Compiling noq v0.18.0
2026-07-22T18:58:59.2381214Z    Compiling netwatch v0.16.0
2026-07-22T18:58:59.2550401Z    Compiling ref-cast v1.0.25
2026-07-22T18:58:59.2649966Z    Compiling identity-hash v0.1.0
2026-07-22T18:58:59.3049620Z    Compiling mac-addr v0.3.0
2026-07-22T18:58:59.3285373Z    Compiling thiserror v1.0.69
2026-07-22T18:58:59.3755051Z    Compiling foldhash v0.2.0
2026-07-22T18:58:59.4952795Z    Compiling sorted-index-buffer v0.2.1
2026-07-22T18:58:59.5426857Z    Compiling rustc-hash v2.1.2
2026-07-22T18:58:59.5560037Z    Compiling rustix v1.1.4
2026-07-22T18:58:59.5661877Z    Compiling tagptr v0.2.0
2026-07-22T18:58:59.5891233Z    Compiling lru-slab v0.1.2
2026-07-22T18:58:59.6450647Z    Compiling xml-rs v0.8.28
2026-07-22T18:58:59.7077497Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-22T18:58:59.7430401Z    Compiling hashbrown v0.16.1
2026-07-22T18:58:59.8882116Z    Compiling netlink-packet-route v0.30.0
2026-07-22T18:58:59.9730007Z    Compiling termios v0.2.2
2026-07-22T18:59:00.0100581Z    Compiling ioctl-rs v0.1.6
2026-07-22T18:59:00.0301714Z    Compiling errno v0.3.14
2026-07-22T18:59:00.0971198Z    Compiling synstructure v0.13.2
2026-07-22T18:59:00.1110599Z    Compiling darling_core v0.20.11
2026-07-22T18:59:00.1694415Z    Compiling serde_derive_internals v0.29.1
2026-07-22T18:59:00.3800945Z    Compiling serial-core v0.4.0
2026-07-22T18:59:00.5540452Z    Compiling xmltree v0.10.3
2026-07-22T18:59:00.5860701Z    Compiling proc-macro-crate v3.5.0
2026-07-22T18:59:00.5900389Z    Compiling simple-dns v0.9.3
2026-07-22T18:59:00.7320626Z    Compiling aho-corasick v1.1.4
2026-07-22T18:59:00.8257208Z    Compiling linux-raw-sys v0.12.1
2026-07-22T18:59:00.8989622Z    Compiling constant_time_eq v0.4.2
2026-07-22T18:59:01.0939349Z    Compiling winnow v0.7.15
2026-07-22T18:59:01.1050359Z    Compiling smol_str v0.1.24
2026-07-22T18:59:01.2513067Z    Compiling arrayref v0.3.9
2026-07-22T18:59:01.2720846Z    Compiling resolv-conf v0.7.6
2026-07-22T18:59:01.2905841Z    Compiling signal-hook v0.3.18
2026-07-22T18:59:01.3206101Z    Compiling regex-syntax v0.8.10
2026-07-22T18:59:01.3279340Z    Compiling toml_write v0.1.2
2026-07-22T18:59:01.3430722Z    Compiling simdutf8 v0.1.5
2026-07-22T18:59:01.3949943Z    Compiling sha1_smol v1.0.1
2026-07-22T18:59:01.6166752Z    Compiling serial-unix v0.4.0
2026-07-22T18:59:01.6831030Z    Compiling lru v0.16.4
2026-07-22T18:59:01.8017433Z    Compiling signal-hook-registry v1.4.8
2026-07-22T18:59:01.8087265Z    Compiling darling_core v0.23.0
2026-07-22T18:59:01.9180611Z    Compiling serde_bytes v0.11.19
2026-07-22T18:59:02.1389551Z    Compiling hmac v0.12.1
2026-07-22T18:59:02.1469955Z    Compiling serde_derive v1.0.228
2026-07-22T18:59:02.1730476Z    Compiling zeroize_derive v1.4.3
2026-07-22T18:59:02.2150817Z    Compiling tokio-macros v2.7.0
2026-07-22T18:59:02.2821392Z    Compiling zerofrom-derive v0.1.7
2026-07-22T18:59:02.7850801Z    Compiling zeroize v1.8.2
2026-07-22T18:59:02.9760477Z    Compiling futures-macro v0.3.32
2026-07-22T18:59:03.0005254Z    Compiling tokio v1.52.3
2026-07-22T18:59:03.1900934Z    Compiling yoke-derive v0.8.2
2026-07-22T18:59:03.4080507Z    Compiling zerovec-derive v0.11.3
2026-07-22T18:59:03.4520809Z    Compiling displaydoc v0.2.6
2026-07-22T18:59:03.8426164Z    Compiling tracing-attributes v0.1.31
2026-07-22T18:59:03.9297755Z    Compiling zerofrom v0.1.8
2026-07-22T18:59:03.9550770Z    Compiling futures-util v0.3.32
2026-07-22T18:59:04.0558596Z    Compiling rustls-pki-types v1.14.1
2026-07-22T18:59:04.2423710Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-22T18:59:04.5728429Z    Compiling yoke v0.8.3
2026-07-22T18:59:04.6746493Z    Compiling thiserror-impl v2.0.18
2026-07-22T18:59:04.7994235Z    Compiling zerotrie v0.2.4
2026-07-22T18:59:04.8991347Z    Compiling darling_macro v0.20.11
2026-07-22T18:59:04.9360595Z    Compiling zerovec v0.11.6
2026-07-22T18:59:05.0541052Z    Compiling derive_more-impl v2.1.1
2026-07-22T18:59:05.2520604Z    Compiling n0-error-macros v0.1.3
2026-07-22T18:59:05.2748339Z    Compiling darling v0.20.11
2026-07-22T18:59:05.3640805Z    Compiling derive_builder_core v0.20.2
2026-07-22T18:59:05.5100513Z    Compiling spez v0.1.2
2026-07-22T18:59:05.6556575Z    Compiling der v0.8.0-rc.10
2026-07-22T18:59:05.7350579Z    Compiling tinystr v0.8.3
2026-07-22T18:59:05.9090600Z    Compiling icu_locale_core v2.2.0
2026-07-22T18:59:05.9386084Z    Compiling potential_utf v0.1.5
2026-07-22T18:59:06.1107504Z    Compiling icu_collections v2.2.0
2026-07-22T18:59:06.3201095Z    Compiling n0-error v0.1.3
2026-07-22T18:59:06.4940918Z    Compiling pin-project-internal v1.1.13
2026-07-22T18:59:06.7351002Z    Compiling cobs v0.3.0
2026-07-22T18:59:06.7505077Z    Compiling derive_builder_macro v0.20.2
2026-07-22T18:59:06.8900773Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-22T18:59:07.0010955Z    Compiling ed25519-dalek v2.2.0
2026-07-22T18:59:07.0990732Z    Compiling icu_provider v2.2.0
2026-07-22T18:59:07.3110670Z    Compiling derive_builder v0.20.2
2026-07-22T18:59:07.4060859Z    Compiling ipnet v2.12.0
2026-07-22T18:59:07.4067871Z    Compiling spki v0.8.0-rc.4
2026-07-22T18:59:07.5370544Z    Compiling icu_normalizer v2.2.0
2026-07-22T18:59:07.6240782Z    Compiling icu_properties v2.2.0
2026-07-22T18:59:07.6603413Z    Compiling futures-executor v0.3.32
2026-07-22T18:59:07.6795592Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-22T18:59:07.9034789Z    Compiling prefix-trie v0.8.4
2026-07-22T18:59:07.9373812Z    Compiling ed25519 v3.0.0-rc.4
2026-07-22T18:59:07.9632124Z    Compiling pin-project v1.1.13
2026-07-22T18:59:08.0507091Z    Compiling futures v0.3.32
2026-07-22T18:59:08.1390401Z    Compiling once_cell v1.21.4
2026-07-22T18:59:08.2761183Z    Compiling spt-proto v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-22T18:59:08.2834175Z    Compiling postcard-derive v0.2.2
2026-07-22T18:59:08.3590795Z    Compiling tracing-core v0.1.36
2026-07-22T18:59:08.4395165Z    Compiling data-encoding-macro v0.1.20
2026-07-22T18:59:08.4971556Z    Compiling rustls-native-certs v0.8.4
2026-07-22T18:59:08.6510901Z    Compiling hashbrown v0.14.5
2026-07-22T18:59:08.7120617Z    Compiling iroh-metrics-derive v0.4.1
2026-07-22T18:59:08.8240380Z    Compiling strum_macros v0.28.0
2026-07-22T18:59:08.8565789Z    Compiling postcard v1.1.3
2026-07-22T18:59:09.0050109Z    Compiling tracing v0.1.44
2026-07-22T18:59:09.1829921Z    Compiling tokio-util v0.7.18
2026-07-22T18:59:09.2420047Z    Compiling idna_adapter v1.2.2
2026-07-22T18:59:09.2660774Z    Compiling netlink-sys v0.8.8
2026-07-22T18:59:09.3571371Z    Compiling idna v1.1.0
2026-07-22T18:59:09.4078364Z    Compiling tower v0.5.3
2026-07-22T18:59:09.4425009Z    Compiling derive_more v2.1.1
2026-07-22T18:59:09.4855846Z    Compiling hashlink v0.9.1
2026-07-22T18:59:09.4981559Z    Compiling num_enum_derive v0.7.6
2026-07-22T18:59:09.6100808Z    Compiling enum-assoc v1.3.0
2026-07-22T18:59:09.6460728Z    Compiling async-trait v0.1.89
2026-07-22T18:59:09.8330564Z    Compiling url v2.5.8
2026-07-22T18:59:09.9150976Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-22T18:59:10.0011077Z    Compiling rusqlite v0.32.1
2026-07-22T18:59:10.0230605Z    Compiling netlink-proto v0.12.0
2026-07-22T18:59:10.1067293Z    Compiling netdev v0.42.0
2026-07-22T18:59:10.2140803Z    Compiling h2 v0.4.14
2026-07-22T18:59:10.3290820Z    Compiling tokio-stream v0.1.18
2026-07-22T18:59:10.3570707Z    Compiling iroh-metrics v0.38.3
2026-07-22T18:59:10.4610793Z    Compiling n0-watcher v0.6.1
2026-07-22T18:59:10.5030962Z    Compiling iroh-relay v0.98.0
2026-07-22T18:59:10.5542886Z    Compiling moka v0.12.15
2026-07-22T18:59:10.7368706Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-22T18:59:10.7543594Z    Compiling num_enum v0.7.6
2026-07-22T18:59:10.8050467Z    Compiling attohttpc v0.30.1
2026-07-22T18:59:10.8392603Z    Compiling iroh-base v0.98.0
2026-07-22T18:59:10.8923813Z    Compiling tower-http v0.6.11
2026-07-22T18:59:10.9190722Z    Compiling toml_datetime v0.6.11
2026-07-22T18:59:10.9916734Z    Compiling serde_spanned v0.6.9
2026-07-22T18:59:11.0491794Z    Compiling thiserror-impl v1.0.69
2026-07-22T18:59:11.1486805Z    Compiling ref-cast-impl v1.0.25
2026-07-22T18:59:11.2420693Z    Compiling toml_edit v0.22.27
2026-07-22T18:59:11.3041374Z    Compiling spt-store v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-22T18:59:11.7343872Z    Compiling webpki-roots v1.0.7
2026-07-22T18:59:11.8330942Z    Compiling strum v0.28.0
2026-07-22T18:59:11.8410749Z    Compiling regex-automata v0.4.14
2026-07-22T18:59:11.8450662Z    Compiling schemars_derive v1.2.1
2026-07-22T18:59:11.8681157Z    Compiling seize v0.5.1
2026-07-22T18:59:11.8750760Z    Compiling iroh v0.98.2
2026-07-22T18:59:11.9300688Z    Compiling iroh-dns v0.98.0
2026-07-22T18:59:11.9931965Z    Compiling bitflags v1.3.2
2026-07-22T18:59:12.0580599Z    Compiling rustix v0.38.44
2026-07-22T18:59:12.1351105Z    Compiling pin-utils v0.1.0
2026-07-22T18:59:12.2085857Z    Compiling cmov v0.5.4
2026-07-22T18:59:12.3347895Z    Compiling dyn-clone v1.0.20
2026-07-22T18:59:12.4380731Z    Compiling ctutils v0.4.2
2026-07-22T18:59:12.4508796Z    Compiling nix v0.25.1
2026-07-22T18:59:12.4600608Z    Compiling papaya v0.2.4
2026-07-22T18:59:12.4678641Z    Compiling backon v1.6.0
2026-07-22T18:59:12.4830916Z    Compiling darling_macro v0.23.0
2026-07-22T18:59:12.6072281Z    Compiling hkdf v0.12.4
2026-07-22T18:59:12.7580545Z    Compiling serial v0.4.0
2026-07-22T18:59:12.7691444Z    Compiling anstyle-parse v1.0.0
2026-07-22T18:59:12.8140558Z    Compiling filedescriptor v0.8.3
2026-07-22T18:59:12.8453389Z    Compiling vte_generate_state_changes v0.1.2
2026-07-22T18:59:12.8632864Z    Compiling downcast-rs v1.2.1
2026-07-22T18:59:12.9486666Z    Compiling unicode-width v0.2.0
2026-07-22T18:59:12.9621669Z    Compiling shell-words v1.1.1
2026-07-22T18:59:13.0060561Z    Compiling colorchoice v1.0.5
2026-07-22T18:59:13.0477215Z    Compiling foldhash v0.1.5
2026-07-22T18:59:13.0594707Z    Compiling is_terminal_polyfill v1.70.2
2026-07-22T18:59:13.0970628Z    Compiling linux-raw-sys v0.4.15
2026-07-22T18:59:13.1292821Z    Compiling anstyle v1.0.14
2026-07-22T18:59:13.1381025Z    Compiling instability v0.3.12
2026-07-22T18:59:13.1414974Z    Compiling anstyle-query v1.1.5
2026-07-22T18:59:13.1745812Z    Compiling vte v0.13.1
2026-07-22T18:59:13.2270794Z    Compiling hashbrown v0.15.5
2026-07-22T18:59:13.2536942Z    Compiling signal-hook-mio v0.2.5
2026-07-22T18:59:13.2641121Z    Compiling darling v0.23.0
2026-07-22T18:59:13.3379911Z    Compiling anstream v1.0.0
2026-07-22T18:59:13.3778524Z    Compiling spake2 v0.4.0
2026-07-22T18:59:13.3882151Z    Compiling terminal_size v0.4.4
2026-07-22T18:59:13.3947735Z    Compiling strum_macros v0.26.4
2026-07-22T18:59:13.5200720Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-22T18:59:13.7520195Z    Compiling sha1 v0.10.6
2026-07-22T18:59:13.7660544Z    Compiling itertools v0.13.0
2026-07-22T18:59:13.9960570Z    Compiling schemars v1.2.1
2026-07-22T18:59:14.0667427Z    Compiling toml v0.8.23
2026-07-22T18:59:14.1200831Z    Compiling castaway v0.2.4
2026-07-22T18:59:14.2390447Z    Compiling unicode-width v0.1.14
2026-07-22T18:59:14.3520680Z    Compiling doctest-file v1.1.1
2026-07-22T18:59:14.5410504Z    Compiling indoc v2.0.7
2026-07-22T18:59:14.7710792Z    Compiling static_assertions v1.1.0
2026-07-22T18:59:14.8439975Z    Compiling clap_lex v1.1.0
2026-07-22T18:59:14.8570373Z    Compiling interprocess v2.4.2
2026-07-22T18:59:15.0870536Z    Compiling regex v1.12.3
2026-07-22T18:59:15.1643912Z    Compiling clap_builder v4.6.0
2026-07-22T18:59:15.7731147Z    Compiling spt-msg v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-22T18:59:15.7809209Z    Compiling unicode-truncate v1.1.0
2026-07-22T18:59:15.8150612Z    Compiling compact_str v0.8.2
2026-07-22T18:59:15.9370868Z    Compiling crossterm v0.28.1
2026-07-22T18:59:15.9710977Z    Compiling lru v0.12.5
2026-07-22T18:59:16.0320938Z    Compiling strum v0.26.3
2026-07-22T18:59:16.1560699Z    Compiling hyper v1.10.1
2026-07-22T18:59:16.2030857Z    Compiling spt-runtime v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-22T18:59:16.3390821Z    Compiling clap_derive v4.6.1
2026-07-22T18:59:16.6723127Z    Compiling portable-pty v0.8.1
2026-07-22T18:59:16.6859077Z    Compiling cassowary v0.3.0
2026-07-22T18:59:16.7957434Z    Compiling iana-time-zone v0.1.65
2026-07-22T18:59:16.8483469Z    Compiling nucleo-matcher v0.3.1
2026-07-22T18:59:16.8970285Z    Compiling qrcode v0.14.1
2026-07-22T18:59:17.2140919Z    Compiling spt-term v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-22T18:59:17.5110761Z    Compiling chrono v0.4.45
2026-07-22T18:59:17.7060426Z    Compiling ratatui v0.29.0
2026-07-22T18:59:17.9760573Z    Compiling hyper-util v0.1.20
2026-07-22T18:59:18.0054911Z    Compiling tempfile v3.27.0
2026-07-22T18:59:18.7778109Z    Compiling clap v4.6.1
2026-07-22T18:59:19.8311597Z    Compiling spt-live v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-22T18:59:19.9879259Z    Compiling igd-next v0.17.1
2026-07-22T18:59:21.1060401Z    Compiling portmapper v0.16.0
2026-07-22T18:59:25.9315649Z    Compiling rustls-webpki v0.103.13
2026-07-22T18:59:28.2963341Z    Compiling tokio-rustls v0.26.4
2026-07-22T18:59:28.2963759Z    Compiling noq-proto v0.17.0
2026-07-22T18:59:28.2964064Z    Compiling rustls-platform-verifier v0.7.0
2026-07-22T18:59:28.4381112Z    Compiling hyper-rustls v0.27.9
2026-07-22T18:59:28.4381778Z    Compiling hickory-net v0.26.0-beta.4
2026-07-22T18:59:28.4382240Z    Compiling tokio-websockets v0.13.2
2026-07-22T18:59:28.5705470Z    Compiling reqwest v0.13.4
2026-07-22T18:59:29.5311394Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-22T18:59:43.1788026Z    Compiling spt-net v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-22T18:59:44.6184308Z    Compiling spt-daemon v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-22T18:59:53.7613100Z    Compiling spt v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-22T18:59:58.5890158Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-07-22T18:59:58.6122090Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-941b1c891af15240)
2026-07-22T18:59:58.6135069Z 
2026-07-22T18:59:58.6135459Z running 1 test
2026-07-22T19:00:04.8068547Z test new_brain_serves_against_old_broker ... ok
2026-07-22T19:00:04.8069209Z 
2026-07-22T19:00:04.8069688Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-22T19:00:04.8070264Z 
